Skip to main content

Type Text

Send keyboard strokes to what ever that has focus, should only be used by recorder.

Input

  • Delay After: Delay time (in seconds) after executing the activity. The default value is 0.3 seconds.
    • Type: System.Int32
    • Required
  • Delay Before: Delay time (in seconds) before the activity begins performing any operations. The default value is 0.2 seconds.
    • Type: System.Int32
    • Required
  • Text: The text to enter
    • Type: System.String
    • Required

Options

  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
  • Click Delay: Delay between each keystroke.
    • Type: System.TimeSpan

Misc

  • Continue On Error: Check if you want to continue if an error occurs.
    • Type: System.Boolean